home *** CD-ROM | disk | FTP | other *** search
- object Podekovani: TPodekovani
- Left = 192
- Top = 114
- BorderStyle = bsDialog
- Caption = 'Pod�kov�n�'
- ClientHeight = 326
- ClientWidth = 299
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- Position = poScreenCenter
- OnKeyDown = FormKeyDown
- PixelsPerInch = 96
- TextHeight = 13
- object Text: TSecretPanel
- Left = 0
- Top = 0
- Width = 297
- Height = 297
- Cycled = True
- Interval = 28
- Lines.Strings = (
- ' POD�KOV�N� '
-
- '----------------------------------------------------------------' +
- '-----------------'
- ''
- 'V�echny komponenty pou�it� v'
- 'Pen�n�m den�ku jsou FREEWARE.'
- ''
- 'Autor�m t�chto komponent d�kuji:'
- '------------------------------------------------------------'
- ''
- 'TStringAlignGrid v1.7'
- ''
- 'Print Preview Suite v4.34'
- ''
- 'RX Library v2.75'
- ''
- 'EC Software Help Suite v1.01'
- ''
- 'ColorBtn v1.4'
- ' '
-
- '----------------------------------------------------------------' +
- '-----------------'
- ''
- 'A p�edev��m bych cht�l pod�kovat v�em lidem '
- 'na Builderu ( Diskuze o DELPHI),'
- 'kte�� mi poradili, kdy� jsem m�l n�jak� probl�m.'
- '- http://builder.cz -'
- ''
-
- '----------------------------------------------------------------' +
- '-----------------'
- ''
- 'D�kuji v�em, kte�� se pod�lej� na vylep�ov�n�'
- 'Pen�n�ho den�ku, jak opravy chyb, tak '
- 'drobn� vylep�en�.'
- ''
-
- '----------------------------------------------------------------' +
- '-----------------'
- ''
- ' Radek Langr - L@Software ')
- TabOrder = 0
- end
- object Button1: TButton
- Left = 1
- Top = 299
- Width = 297
- Height = 25
- Caption = 'Ok'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- OnClick = Button1Click
- end
- end
-